[INFO] cloning repository https://github.com/jiuziai/jiuziai-macros
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jiuziai/jiuziai-macros" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiuziai%2Fjiuziai-macros", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiuziai%2Fjiuziai-macros'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d8edbe3fdd3231fa70e77a7287d4cdd39921fad7
[INFO] fixing jiuziai/jiuziai-macros against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjiuziai%2Fjiuziai-macros" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jiuziai/jiuziai-macros
[INFO] finished tweaking git repo https://github.com/jiuziai/jiuziai-macros
[INFO] tweaked toml for git repo https://github.com/jiuziai/jiuziai-macros written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jiuziai/jiuziai-macros on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jiuziai/jiuziai-macros already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust_decimal_macros v1.39.0
[INFO] [stderr]   Downloaded rkyv_derive v0.7.45
[INFO] [stderr]   Downloaded serde_with_macros v3.16.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.28
[INFO] [stderr]   Downloaded rkyv v0.7.45
[INFO] [stderr]   Downloaded serde_with v3.16.0
[INFO] [stderr]   Downloaded zerocopy v0.8.28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff
[INFO] running `Command { std: "docker" "start" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling rust_decimal_macros v1.39.0
[INFO] [stderr]    Compiling num_enum v0.7.5
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.0
[INFO] [stderr]     Checking serde_with v3.16.0
[INFO] [stderr]    Compiling jiuziai-macro-libs v0.0.1 (/opt/rustwide/workdir/libs)
[INFO] [stderr]    Compiling jiuziai-macro-core v0.0.1 (/opt/rustwide/workdir/core)
[INFO] [stdout] error: keyword `macro` is written in the wrong case
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: write it in lowercase
[INFO] [stdout]   |
[INFO] [stdout] 1 - Macro expansion:
[INFO] [stdout] 1 + macro expansion:
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `(` or `{`, found `:`
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   |                ^ expected one of `(` or `{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::raw::ino_t`
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::os::unix::raw::ino_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |                         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: keyword `macro` is written in the wrong case
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: write it in lowercase
[INFO] [stdout]   |
[INFO] [stdout] 1 - Macro expansion:
[INFO] [stdout] 1 + macro expansion:
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `(` or `{`, found `:`
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   |                ^ expected one of `(` or `{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: keyword `macro` is written in the wrong case
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   | ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: write it in lowercase
[INFO] [stdout]   |
[INFO] [stdout] 1 - Macro expansion:
[INFO] [stdout] 1 + macro expansion:
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `(` or `{`, found `:`
[INFO] [stdout]  --> core/src/validator/generate_checks/test.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | Macro expansion:
[INFO] [stdout]   |                ^ expected one of `(` or `{`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::raw::ino_t`
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::os::unix::raw::ino_t`
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::os::unix::raw::ino_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |                         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::os::unix::raw::ino_t`: these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions
[INFO] [stdout]  --> core/src/validator/generate_checks/mod.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::os::unix::raw::ino_t;
[INFO] [stdout]   |                         ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `jiuziai-macro-core` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `jiuziai-macro-core` (lib test) due to 2 previous errors; 2 warnings emitted
[INFO] [stderr] error: could not compile `jiuziai-macro-core` (lib) due to 2 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff", kill_on_drop: false }`
[INFO] [stdout] 85d537373089180b073ee8a19d2b3e026dae963f1a65e44a3ebf4f080809b3ff
